document.write("");
document.write("\r\n\r\n\r\n
\r\n\r\n");
// Wire up the client-side events
// If these should conflict with other event handlers specified
// in the calling file, then you should move those event handlers
// into the functions below.
window.onresize=myWindowResize;
window.onload=myWindowLoad;
function myWindowResize()
{
oRefresh();
}
function myWindowLoad()
{
oMenuBarInit();
}